object PasswordEntryForm: TPasswordEntryForm Left = 25 Top = 391 ActiveControl = Password BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Password' ClientHeight = 211 ClientWidth = 281 Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 15 object LockOpen: TNeoBookImage Left = 12 Top = 52 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Visible = False end object Msg: TLabel Left = 52 Top = 12 Width = 5 Height = 15 Caption = 'x' end object LockClosed: TNeoBookImage Left = 12 Top = 12 Width = 32 Height = 32 Center = True Picture.Data = {} end object BtnPanel: TPanel Left = 0 Top = 162 Width = 281 Height = 49 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Bevel1: TBevel Left = 0 Top = 0 Width = 281 Height = 13 Align = alTop Shape = bsTopLine end object OkBtn: TButton Left = 8 Top = 12 Width = 84 Height = 28 Caption = 'OK' Default = True Enabled = False TabOrder = 0 OnClick = OkBtnClick end object CancelBtn: TButton Left = 100 Top = 12 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end object PasswordPanel: TPanel Left = 0 Top = 104 Width = 281 Height = 58 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Prompt: TLabel Left = 12 Top = 16 Width = 5 Height = 15 Caption = 'x' FocusControl = Password end object Password: TEdit Left = 24 Top = 12 Width = 153 Height = 23 PasswordChar = '*' TabOrder = 0 OnChange = PasswordChange end end end